[INFO] fetching crate rust-pattern-macros 0.1.4...
[INFO] fixing rust-pattern-macros-0.1.4 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate rust-pattern-macros 0.1.4 into /workspace/builds/worker-4-tc1/source
[INFO] started tweaking crates.io crate rust-pattern-macros 0.1.4
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate rust-pattern-macros 0.1.4
[INFO] tweaked toml for crates.io crate rust-pattern-macros 0.1.4 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate rust-pattern-macros 0.1.4 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate rust-pattern-macros 0.1.4 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rust-patterns v0.1.1
[INFO] [stderr]   Downloaded rust-pattern-components v0.1.2
[INFO] [stderr]   Downloaded rust-pattern-macros v0.1.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 96125c985d84916524f66a9d0c2e70b6da3adbb7798182f8df0493db85ac076d
[INFO] running `Command { std: "docker" "start" "96125c985d84916524f66a9d0c2e70b6da3adbb7798182f8df0493db85ac076d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "96125c985d84916524f66a9d0c2e70b6da3adbb7798182f8df0493db85ac076d" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "96125c985d84916524f66a9d0c2e70b6da3adbb7798182f8df0493db85ac076d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "96125c985d84916524f66a9d0c2e70b6da3adbb7798182f8df0493db85ac076d" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]     Checking unicode-ident v1.0.24
[INFO] [stderr]     Checking inventory v0.3.24
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking rust-pattern-macros v0.1.4 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling rust-pattern-macros v0.1.3
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking rust-pattern-components v0.1.2
[INFO] [stderr]     Checking rust-patterns v0.1.1
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> tests/simple_factory_test.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | #[simple_factory]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     | |
[INFO] [stdout]     | expected `&str`, found type parameter `impl AsRef<str>`
[INFO] [stdout]     | arguments to this method are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note:   expected reference `&str`
[INFO] [stdout]             found type parameter `impl AsRef<str>`
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rust-pattern-components-0.1.2/src/factory.rs:149:12
[INFO] [stdout]     |
[INFO] [stdout] 149 |     pub fn create<'a>(
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout]     = note: this error originates in the attribute macro `simple_factory` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> examples/simple_factory_example.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | #[simple_factory]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     | |
[INFO] [stdout]     | expected `&str`, found type parameter `impl AsRef<str>`
[INFO] [stdout]     | arguments to this method are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note:   expected reference `&str`
[INFO] [stdout]             found type parameter `impl AsRef<str>`
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rust-pattern-components-0.1.2/src/factory.rs:149:12
[INFO] [stdout]     |
[INFO] [stdout] 149 |     pub fn create<'a>(
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout]     = note: this error originates in the attribute macro `simple_factory` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]  --> examples/simple_factory_example.rs:8:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[simple_factory]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   | |
[INFO] [stdout]   | expected `Result<Box<dyn Product>, FactoryError>`, found `Result<(&str, Box<dyn Product>), ...>`
[INFO] [stdout]   | expected `Result<Box<(dyn Product + 'static)>, FactoryError>` because of return type
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected enum `Result<Box<(dyn Product + 'static)>, _>`
[INFO] [stdout]              found enum `Result<(&str, Box<(dyn Product + 'static)>), _>`
[INFO] [stdout]   = note: this error originates in the attribute macro `simple_factory` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]  --> tests/simple_factory_test.rs:8:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[simple_factory]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   | |
[INFO] [stdout]   | expected `Result<Box<dyn TestProduct>, ...>`, found `Result<(&str, Box<...>), ...>`
[INFO] [stdout]   | expected `Result<Box<(dyn TestProduct + 'static)>, FactoryError>` because of return type
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected enum `Result<Box<(dyn TestProduct + 'static)>, _>`
[INFO] [stdout]              found enum `Result<(&str, Box<(dyn TestProduct + 'static)>), _>`
[INFO] [stdout]   = note: this error originates in the attribute macro `simple_factory` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> examples/simple_factory_example.rs:48:1
[INFO] [stdout]     |
[INFO] [stdout]  48 | #[simple_factory(Send + Sync)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     | |
[INFO] [stdout]     | expected `&str`, found type parameter `impl AsRef<str>`
[INFO] [stdout]     | arguments to this method are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note:   expected reference `&str`
[INFO] [stdout]             found type parameter `impl AsRef<str>`
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rust-pattern-components-0.1.2/src/factory.rs:149:12
[INFO] [stdout]     |
[INFO] [stdout] 149 |     pub fn create<'a>(
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout]     = note: this error originates in the attribute macro `simple_factory` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> examples/simple_factory_example.rs:48:1
[INFO] [stdout]    |
[INFO] [stdout] 48 | #[simple_factory(Send + Sync)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    | |
[INFO] [stdout]    | expected `Result<Box<...>, ...>`, found `Result<(&str, Box<...>), ...>`
[INFO] [stdout]    | expected `Result<Box<(dyn Service + Send + Sync + 'static)>, FactoryError>` because of return type
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected enum `Result<Box<(dyn Service + Send + Sync + 'static)>, _>`
[INFO] [stdout]               found enum `Result<(&str, Box<(dyn Service + Send + Sync + 'static)>), _>`
[INFO] [stdout]    = note: this error originates in the attribute macro `simple_factory` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> tests/simple_factory_test.rs:81:1
[INFO] [stdout]     |
[INFO] [stdout]  81 | #[simple_factory(Send + Sync)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     | |
[INFO] [stdout]     | expected `&str`, found type parameter `impl AsRef<str>`
[INFO] [stdout]     | arguments to this method are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note:   expected reference `&str`
[INFO] [stdout]             found type parameter `impl AsRef<str>`
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rust-pattern-components-0.1.2/src/factory.rs:149:12
[INFO] [stdout]     |
[INFO] [stdout] 149 |     pub fn create<'a>(
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout]     = note: this error originates in the attribute macro `simple_factory` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rust-pattern-macros` (example "simple_factory_example") due to 4 previous errors
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> tests/simple_factory_test.rs:81:1
[INFO] [stdout]    |
[INFO] [stdout] 81 | #[simple_factory(Send + Sync)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    | |
[INFO] [stdout]    | expected `Result<Box<...>, ...>`, found `Result<(&str, Box<...>), ...>`
[INFO] [stdout]    | expected `Result<Box<(dyn ThreadSafeService + Send + Sync + 'static)>, FactoryError>` because of return type
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected enum `Result<Box<(dyn ThreadSafeService + Send + Sync + 'static)>, _>`
[INFO] [stdout]               found enum `Result<(&str, Box<(dyn ThreadSafeService + Send + Sync + 'static)>), _>`
[INFO] [stdout]    = note: this error originates in the attribute macro `simple_factory` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> tests/simple_factory_test.rs:115:1
[INFO] [stdout]     |
[INFO] [stdout] 115 | #[simple_factory(Send + Sync)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     | |
[INFO] [stdout]     | expected `&str`, found type parameter `impl AsRef<str>`
[INFO] [stdout]     | arguments to this method are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note:   expected reference `&str`
[INFO] [stdout]             found type parameter `impl AsRef<str>`
[INFO] [stdout] note: method defined here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rust-pattern-components-0.1.2/src/factory.rs:149:12
[INFO] [stdout]     |
[INFO] [stdout] 149 |     pub fn create<'a>(
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout]     = note: this error originates in the attribute macro `simple_factory` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> tests/simple_factory_test.rs:115:1
[INFO] [stdout]     |
[INFO] [stdout] 115 | #[simple_factory(Send + Sync)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     | |
[INFO] [stdout]     | expected `Result<Box<...>, ...>`, found `Result<(&str, Box<...>), ...>`
[INFO] [stdout]     | expected `Result<Box<(dyn ComplexService + Send + Sync + 'static)>, FactoryError>` because of return type
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected enum `Result<Box<(dyn ComplexService + Send + Sync + 'static)>, _>`
[INFO] [stdout]                found enum `Result<(&str, Box<(dyn ComplexService + Send + Sync + 'static)>), _>`
[INFO] [stdout]     = note: this error originates in the attribute macro `simple_factory` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rust-pattern-macros` (test "simple_factory_test") due to 6 previous errors
[INFO] running `Command { std: "docker" "inspect" "96125c985d84916524f66a9d0c2e70b6da3adbb7798182f8df0493db85ac076d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "96125c985d84916524f66a9d0c2e70b6da3adbb7798182f8df0493db85ac076d", kill_on_drop: false }`
[INFO] [stdout] 96125c985d84916524f66a9d0c2e70b6da3adbb7798182f8df0493db85ac076d
